unverifiedIssuanceFrom

abstract fun unverifiedIssuanceFrom(unverifiedSdJwt: String): Result<SdJwt<JWT>>(source)

A method for obtaining an SdJwt given an unverifiedSdJwt, without checking the signature of the issuer.

The method can be useful in case where a holder has previously verified the SD-JWT and wants to just re-obtain an instance of the SdJwt without repeating this verification